BACK TO LIST

Syntax:

YourVariable = VA1.Current_Vyanjana_no_Processed

Details :

This specifies the current no. that is getting processed out of the no. of processings that it is going to perform on the current uttered word.

This depends on the Sample Processing Resolution that you have kept. That is, if you keep a resolution of 4000 then a 8000 bytelength word will have no of procesings : 8000/4000 = 2. And you will get the current vyanjana processed as 1 and then 2 to finish the operation.

Example :

Private Sub Timer1()

Label1.Caption = VA1.Current_Vyanjana_no_Processed

End Sub

See Examples.

BACK TO LIST